GET api/reports?names[0]={names[0]}&names[1]={names[1]}
Get list of saved reports
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
names |
List of saved report types |
Collection of string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of matching saved reports
Collection of SavedReportName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name |
User-specified saved report name |
string |
Required |
Report |
Internal report identifier (Used to load the template and report data) |
string |
Required |
MailTo |
Mail addresses for scheduled report |
string |
None. |
MailFileFormats |
Attachment file formats for scheduled report |
string |
None. |
VisibleToAll |
If set to true, all Users for a Customer may view this report |
boolean |
None. |
Parameters | Collection of SavedReportParameter |
None. |
|
User | string |
None. |
|
UserAccountID | globally unique identifier |
None. |
|
Owned | boolean |
None. |
|
ScheduledTask | ScheduledTask |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "id": "018b24f9-6733-44cd-8efb-7fbef281002a", "name": "sample string 2", "report": "sample string 3", "mailTo": "sample string 4", "mailFileFormats": "sample string 5", "visibleToAll": true, "parameters": [ { "$id": "2", "key": "sample string 1", "value": "sample string 2" }, { "$ref": "2" } ], "user": "sample string 7", "userAccountID": "41161233-4833-4444-ba71-c1ee1e3b07d5", "owned": true, "scheduledTask": { "$id": "3", "id": "f8fa782c-e997-43e1-8910-317c12add756", "accountID": "9e297a32-07c6-44ce-be9d-33aebcddc201", "data": { "$id": "4", "sample string 1": { "$id": "5" }, "sample string 3": { "$id": "6" } }, "dataBytes": "QEA=", "dataFormat": 1, "dataCompression": 1, "scheduleType": 0, "cronExpression": "sample string 3", "cronExpressionDescription": "sample string 4", "starts": "2025-10-05T00:02:43.3975406", "task": "sample string 5", "description": "sample string 6", "lastRun": "2025-10-05T00:02:43.3975406", "created": "2025-10-05T00:02:43.3975406", "registered": true, "default": true, "account": "sample string 10" } }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfSavedReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies"> <SavedReport> <ID>018b24f9-6733-44cd-8efb-7fbef281002a</ID> <MailFileFormats>sample string 5</MailFileFormats> <MailTo>sample string 4</MailTo> <Name>sample string 2</Name> <Owned>true</Owned> <Parameters> <SavedReportParameter> <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField> <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField> </SavedReportParameter> <SavedReportParameter> <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField> <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField> </SavedReportParameter> </Parameters> <Report>sample string 3</Report> <ScheduledTask xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.ScheduledTasks"> <d3p1:Account>sample string 10</d3p1:Account> <d3p1:AccountID>9e297a32-07c6-44ce-be9d-33aebcddc201</d3p1:AccountID> <d3p1:Created>2025-10-05T00:02:43.3975406+00:00</d3p1:Created> <d3p1:CronExpression>sample string 3</d3p1:CronExpression> <d3p1:CronExpressionDescription>sample string 4</d3p1:CronExpressionDescription> <d3p1:Data xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 1</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 3</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> </d3p1:Data> <d3p1:DataBytes>QEA=</d3p1:DataBytes> <d3p1:DataCompression>1</d3p1:DataCompression> <d3p1:DataFormat>1</d3p1:DataFormat> <d3p1:Default>true</d3p1:Default> <d3p1:Description>sample string 6</d3p1:Description> <d3p1:ID>f8fa782c-e997-43e1-8910-317c12add756</d3p1:ID> <d3p1:LastRun>2025-10-05T00:02:43.3975406+00:00</d3p1:LastRun> <d3p1:Registered>true</d3p1:Registered> <d3p1:ScheduleType>Cron</d3p1:ScheduleType> <d3p1:Starts>2025-10-05T00:02:43.3975406+00:00</d3p1:Starts> <d3p1:Task>sample string 5</d3p1:Task> <d3p1:TimeZone xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" /> </ScheduledTask> <User>sample string 7</User> <UserAccountID>41161233-4833-4444-ba71-c1ee1e3b07d5</UserAccountID> <VisibleToAll>true</VisibleToAll> </SavedReport> <SavedReport> <ID>018b24f9-6733-44cd-8efb-7fbef281002a</ID> <MailFileFormats>sample string 5</MailFileFormats> <MailTo>sample string 4</MailTo> <Name>sample string 2</Name> <Owned>true</Owned> <Parameters> <SavedReportParameter> <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField> <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField> </SavedReportParameter> <SavedReportParameter> <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField> <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField> </SavedReportParameter> </Parameters> <Report>sample string 3</Report> <ScheduledTask xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.ScheduledTasks"> <d3p1:Account>sample string 10</d3p1:Account> <d3p1:AccountID>9e297a32-07c6-44ce-be9d-33aebcddc201</d3p1:AccountID> <d3p1:Created>2025-10-05T00:02:43.3975406+00:00</d3p1:Created> <d3p1:CronExpression>sample string 3</d3p1:CronExpression> <d3p1:CronExpressionDescription>sample string 4</d3p1:CronExpressionDescription> <d3p1:Data xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 1</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 3</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> </d3p1:Data> <d3p1:DataBytes>QEA=</d3p1:DataBytes> <d3p1:DataCompression>1</d3p1:DataCompression> <d3p1:DataFormat>1</d3p1:DataFormat> <d3p1:Default>true</d3p1:Default> <d3p1:Description>sample string 6</d3p1:Description> <d3p1:ID>f8fa782c-e997-43e1-8910-317c12add756</d3p1:ID> <d3p1:LastRun>2025-10-05T00:02:43.3975406+00:00</d3p1:LastRun> <d3p1:Registered>true</d3p1:Registered> <d3p1:ScheduleType>Cron</d3p1:ScheduleType> <d3p1:Starts>2025-10-05T00:02:43.3975406+00:00</d3p1:Starts> <d3p1:Task>sample string 5</d3p1:Task> <d3p1:TimeZone xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" /> </ScheduledTask> <User>sample string 7</User> <UserAccountID>41161233-4833-4444-ba71-c1ee1e3b07d5</UserAccountID> <VisibleToAll>true</VisibleToAll> </SavedReport> </ArrayOfSavedReport>
text/csv
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK U E[!W� 5 xl/workbook.xml � (� ����0��&�C���R8q���{mi�?ik��-%�x�3;���ɸ�ì>jԾr5�C�!����?:�:�Q�1]'9����@NYV#�h�K��B���&|Ը��7�Btn��0�$��֝MD��M��.�B�)�q��(97Q�#F��q���e�u"?_����`����/PK U E[���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK U E[~�H�' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rc1cb45bd69a24e94" /></Relationships>PK U E[K`Z` � xl/worksheets/sheet1.xml � (� ��]s�0�� ��B�:j����t�b���(L�8$j�F�R����F��y'�{`�~T�h/]�z�đ�jY��q�3�"����yׅ�&�x�o�q\��IS�(d��Dmem�V��rc/�u�V�r!�j��dmR K�ɍ��.ʭ�O�����62_�-T�S�*/�x2Z��������q|o�8��ɨ����I�(�~�xY�cв��ڛ�5�R�����T�gY�cM��f�6�����h]U�G�(��ǘ'0�X0�� ���NU�>m��*'=��謇$� IƄ��wz�M=���z��i�� %q*0�(�r~��Y�� �Pȑ��z���YOABa1ȡ��^tz���g�>����Q$�`��z>�+d $��+������GX�2� �� �� �i��y��&��u��v��?���R�O�|m�����Q��>�ăO�!1� <$}���O�!��lH<�/>!�īOdCbp�75���@}�9>��� �8= �Տ��z@�����s q�~ �߯�{���G$��_�$���7� �F@�H�I q# n$č�z/s�"I��� �} ��RF6�����2�PK U E[��H�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞� NWM�aö��'Q;�]�gc���V���X��j4��'�|�lvo�D^Ї��ʂA��m��)��v��'�D�%��bCC�˚Ҡ�e(܂6u��)�=]�:�i�XC}k&9���3*|p�4������0 F �{������HT ���}��J����V5z3���_��<�)�zƖ7hdŹjo*3H��)�t��)/gj\�8֍�E.���ѫ��~PK U E[Ѓc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK U E[��b B xl/sharedStrings.xml � (� }��N�0E%�>�� (IU�X6��$���l���c��E]�=�̽�r�6����JV�F Pv�q���]� ��P+���4��U��l�O��t[�DjD�H�� ֕z�Q#0�E����$��pI�NM�V$�$�$���Gp#x]��⬌m]�_�N��}�G������F������nC�s�[��Z �k�n�uv��Π�O[v�7�_q�*����MY�ɇ -�4��y>��Yֱ��� ��>-h����F�.A� ��xvg��=��t��� a�:Z+��D J�G���]�?>?<��8�tN�/�o��,l!�aG)��$g{��/�'����ԟPK- U E[!W� 5 xl/workbook.xmlPK- U E[���� � [Content_Types].xmlPK- U E[~�H�' ' V _rels/.relsPK- U E[K`Z` � � xl/worksheets/sheet1.xmlPK- U E[��H�� P t xl/_rels/workbook.xml.relsPK- U E[Ѓc'2 E � xl/styles.xmlPK- U E[��b B 3 xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK U E[���� 5 xl/workbook.xml � (� ���� D�M��(�1����z_p-D4��Mz�mgv�����A87��m�|MU�S�X� ���Ц]!��1��Zb��۠�,�^�q��� JO�n�Xa�]P�ьʀ��9��K���9�2{��$l��_a�Ū��5m!%�s�jz��W: �N�(慐�geN��l��|PK U E[���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK U E[b��' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rc249112c6586412c" /></Relationships>PK U E[K`Z` � xl/worksheets/sheet1.xml � (� ��]s�0�� ��B�:j����t�b���(L�8$j�F�R����F��y'�{`�~T�h/]�z�đ�jY��q�3�"����yׅ�&�x�o�q\��IS�(d��Dmem�V��rc/�u�V�r!�j��dmR K�ɍ��.ʭ�O�����62_�-T�S�*/�x2Z��������q|o�8��ɨ����I�(�~�xY�cв��ڛ�5�R�����T�gY�cM��f�6�����h]U�G�(��ǘ'0�X0�� ���NU�>m��*'=��謇$� IƄ��wz�M=���z��i�� %q*0�(�r~��Y�� �Pȑ��z���YOABa1ȡ��^tz���g�>����Q$�`��z>�+d $��+������GX�2� �� �� �i��y��&��u��v��?���R�O�|m�����Q��>�ăO�!1� <$}���O�!��lH<�/>!�īOdCbp�75���@}�9>��� �8= �Տ��z@�����s q�~ �߯�{���G$��_�$���7� �F@�H�I q# n$č�z/s�"I��� �} ��RF6�����2�PK U E[��]�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�NM��ݰa[z��3N�&vd�@�Ƃ#q�"�+�`��h~OO��|����扽��� �B #�]7ھ�S4w5춛=M�D�%��bCC���A4c(�B6u��3Ɣ��/���/����p�d��B�!:cFM�N�f��0u��쀾���O)�K�E�{��w�ں%U�UY+`�fj!�' �^�y&cp���F�Wo+3���9�t��)/gjB���H� U�������PK U E[Ѓc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK U E[��b B xl/sharedStrings.xml � (� }��N�0E%�>�� (IU�X6��$���l���c��E]�=�̽�r�6����JV�F Pv�q���]� ��P+���4��U��l�O��t[�DjD�H�� ֕z�Q#0�E����$��pI�NM�V$�$�$���Gp#x]��⬌m]�_�N��}�G������F������nC�s�[��Z �k�n�uv��Π�O[v�7�_q�*����MY�ɇ -�4��y>��Yֱ��� ��>-h����F�.A� ��xvg��=��t��� a�:Z+��D J�G���]�?>?<��8�tN�/�o��,l!�aG)��$g{��/�'����ԟPK- U E[���� 5 xl/workbook.xmlPK- U E[���� � � [Content_Types].xmlPK- U E[b��' ' U _rels/.relsPK- U E[K`Z` � � xl/worksheets/sheet1.xmlPK- U E[��]�� P s xl/_rels/workbook.xml.relsPK- U E[Ѓc'2 E � xl/styles.xmlPK- U E[��b B 0 xl/sharedStrings.xmlPK � �